From: Juanma Barranquero Date: Mon, 16 Jul 2007 10:40:03 +0000 (+0000) Subject: (Fwith_output_to_temp_buffer): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~18855^2~1921 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=327ffff8e7a6728aaeb02fdcdd91b4cf0dd72ab3;p=emacs.git (Fwith_output_to_temp_buffer): Doc fix. --- diff --git a/src/print.c b/src/print.c index 533d0a82cc4..76716fe7c24 100644 --- a/src/print.c +++ b/src/print.c @@ -690,7 +690,7 @@ If variable `temp-buffer-show-function' is non-nil, call it at the end to get the buffer displayed instead of just displaying the non-selected buffer and calling the hook. It gets one argument, the buffer to display. -usage: (with-output-to-temp-buffer BUFNAME BODY ...) */) +usage: (with-output-to-temp-buffer BUFNAME BODY...) */) (args) Lisp_Object args; {